projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
454cb71
)
Typo fix
author
Robert Lipe
<robertlipe@gpsbabel.org>
Wed, 4 Jul 2018 20:05:13 +0000
(15:05 -0500)
committer
Robert Lipe
<robertlipe@gpsbabel.org>
Wed, 4 Jul 2018 20:05:13 +0000
(15:05 -0500)
waypoint -> Waypoint in last commit wasn’t saved from editor buffer
tpg.cc
patch
|
blob
|
history
diff --git
a/tpg.cc
b/tpg.cc
index c52f70004ac90d42e06ba4202fbd24b7d3c5f17a..fb0e70328b62845c178975058b5c2b3f21e0518c 100644
(file)
--- a/
tpg.cc
+++ b/
tpg.cc
@@
-116,7
+116,7
@@
tpg_read()
while (pointcount--) {
-
w
aypoint* wpt_tmp = new Waypoint;
+
W
aypoint* wpt_tmp = new Waypoint;
/* pascal-like shortname */
wpt_tmp->shortname = gbfgetpstr(tpg_file_in);